home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1998 March
/
Macworld (1998-03) (Disk 1).dmg
/
Shareware World
/
Info
/
For Developers
/
GhostScript 5.10
/
macgs-510-68k
/
Sample MacGS AppleScript
< prev
Wrap
Text File
|
1997-12-15
|
185b
|
4 lines
tell application "MacGS-510"
activate
«event gsVRexec» "-q -sDEVICE=jpeg -r300 -sOutputFile=\"my hd:my other folder:myout.jpeg\" \"my hd:my folder:the inputfile.ps\" -c quit"
end tell